home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / language / slperl.zoo / atarist / usersub.c < prev    next >
C/C++ Source or Header  |  1992-07-05  |  174b  |  12 lines

  1. #include "EXTERN.h"
  2. #include "perl.h"
  3. #include <stdio.h>
  4.  
  5. int userinit()
  6. {
  7. #ifndef __MINT__
  8.     install_null();    /* install device /dev/null or NUL: */
  9. #endif
  10.     return 0;
  11. }
  12.